home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / calc / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  478 b   |  16 lines

  1.  
  2.  
  3.                              Calc RPN calculator 
  4.                  
  5.  
  6.       Calc is an RPN (Reverse Polish Notation) calculator with a couple
  7.       of nice features, like a view of the bottom few elements on the
  8.       stack.  It is based on Showcase's libui.a.
  9.  
  10.       The source code is in calc.c, the executable is called calc, and the
  11.       documentation is in calc.doc.  Put the executable somewhere in your
  12.       path, say in /usr/sbin.
  13.  
  14.               -- Tom Davis (davis@sgi.com)
  15.  
  16.